home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #5 / K-CD-5-2002.ISO / Audacity / audacity.exe / {app} / README.txt < prev   
Encoding:
Text File  |  2002-01-21  |  11.0 KB  |  411 lines

  1. Audacity: A Free, Cross-Platform Digital Audio Editor
  2.  
  3. Version 0.98 (January 21, 2002)
  4.  
  5. http://audacity.sourceforge.net/
  6.  
  7. Primary author:
  8.  
  9.   Dominic Mazzoni <dominic@minorninth.com>
  10.  
  11. Authors:
  12.  
  13.   Dominic Mazzoni <dominic@minorninth.com>
  14.   Roger Dannenberg <rbd+@cs.cmu.edu>
  15.   Jason Cohen <cohen3+@andrew.cmu.edu>
  16.   Robert Leidle <rfl+@andrew.cmu.edu>
  17.   Mark Tomlinson <marktoml@hotmail.com>
  18.   Joshua Haberman <joshua@haberman.com>
  19.   Nasca Octavian Paul <paulnasca@email.ro> or <paulnasca@yahoo.com>
  20.   Logan Lewis <proxima@proxc.com>
  21.   Matt Brubeck <mbrubeck@hmc.edu>
  22.   Mark Phillips <mitb@totaldeath.com>
  23.   Tony Oetzmann <airon@epost.de>
  24.  
  25. Icons and logo:
  26.  
  27.   Harvey Lubin <agrapha@agrapha.com>
  28.   http://www.agrapha.com/
  29.  
  30. Aqua/MacOS graphics:
  31.  
  32.   Tom Woodhams <tom@imaginemedia.co.uk>
  33.  
  34. For changelog, see the bottom of this document
  35.  
  36. -------------------------------------------------------------
  37.  
  38. With the exception of the Xaudio library for importing MP3 files,
  39. this program is free software; you can redistribute it and/or
  40. modify it under the terms of the GNU General Public
  41. License as published by the Free Software Foundation; either
  42. version 2 of the License, or (at your option) any later version.
  43.  
  44. The Xaudio library is commercial software and has been licensed
  45. for use in this program.  For more information, see their
  46. website at http://www.xaudio.com/
  47.  
  48. This program is distributed in the hope that it will be useful,
  49. but WITHOUT ANY WARRANTY; without even the implied warranty of
  50. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  51. General Public License for more details.
  52.  
  53. You should have received a copy of the GNU General Public License along with
  54. this program (in a file called LICENSE.txt); if not, go to
  55. http://www.gnu.org/copyleft/gpl.html or write to the Free Software
  56. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  57.  
  58. -------------------------------------------------------------
  59.  
  60. Source code to this program is always available; for more
  61. information visit our website at:
  62.  
  63.   http://audacity.sourceforge.net/
  64.  
  65. This program uses wxWindows, a cross-platform GUI toolkit.  To
  66. compile this program, you will need to download wxWindows from:
  67.  
  68.   http://www.wxwindows.org/
  69.  
  70. To compile on Linux and other Unix systems, simply run:
  71.  
  72.   ./configure
  73.   make
  74.   make install
  75.  
  76. There are a few options to the configure script.  You can
  77. see them by running "./configure --help".
  78.   
  79. If you want to do any development, you might want to generate
  80. dependencies:
  81.  
  82.   make dep
  83.  
  84. Project files for VC++ on Windows and CodeWarrior for Mac
  85. are included with the source code.  If you are having
  86. trouble compiling on a non-Unix platform, please email
  87. audacity-devel@lists.sourceforge.net
  88.  
  89. -------------------------------------------------------------
  90.  
  91. Known issues/problems:
  92.  
  93. * All platforms: There is no warning asking you if you want
  94.   to save changes when you quit or close a window.
  95.  
  96. * Windows: The floating tool palette does not minimize when
  97.   minimizing a project window.  As a workaround, you can
  98.   just keep the tool palette docked with the project window.
  99.  
  100. * Linux: Full duplex (play one track while recording another)
  101.   does not seem to work, even if your sound card supports it.
  102.   This is likely a problem with the way we are using OSS.
  103.  
  104. * Linux: Sound cards that only deal with more than two
  105.   channels are not yet supported.
  106.  
  107. -------------------------------------------------------------
  108.  
  109. Changes in 0.98:
  110.  
  111. * Effects
  112.  
  113.   - New Invert effect
  114.  
  115.   - New Reverse effect
  116.  
  117.   - Improvements to Noise Removal effect
  118.  
  119. * Bug fixes
  120.  
  121.   - You can now safely copy and paste between projects.
  122.  
  123.   - Fixed bugs loading, saving, and undoing envelopes.
  124.  
  125.   - You're not allowed to open the same project in two different
  126.     windows anymore (it just would have caused data loss).
  127.  
  128.   - Projects now save the channel of each track, it's no longer
  129.     forgotten
  130.  
  131.   - Better handling of case when temp directory is invalid at
  132.     start of program
  133.  
  134.   - Doesn't overwrite a file the project was depending on anymore
  135.     (it renames the old file).  You can now export to a file
  136.      with the same as the file you imported without any problems.
  137.  
  138.   - Save As... for a project doesn't destroy the old project anymore.
  139.  
  140.   - Undo information is thrown away when you close a project,
  141.     saving disk space that had been wasted in previous versions.
  142.  
  143.   - Save As... recovers gracefully when you try to save to a
  144.     bad location
  145.  
  146.   - Duplicate of a track with an offset now works
  147.  
  148.   - Fixed another crash in Amplify... (if no data is selected in
  149.     one of the tracks)
  150.  
  151.   - Windows: recording/playback devices are no longer reversed
  152.     in the preferences!
  153.  
  154.   - Windows: VST plug-ins are found no matter how Audacity is
  155.     launched.
  156.  
  157.   - Windows: You can now import Ogg Vorbis files.
  158.  
  159.   - If recording fails, a phantom track is no longer created.
  160.  
  161.   - Changing the export format now changes the menu bar.
  162.  
  163.   - More minor bug fixes...
  164.  
  165. * Unix:
  166.  
  167.   - New OSS code, should provide better playback and record on
  168.     almost all OSS Unix systems.
  169.  
  170.   - Preliminary support for the KDE/aRts soundserver (a compile-time
  171.     option; must be configured to use this in place of OSS code)
  172.  
  173.   - Bug fixes to "make install" script
  174.  
  175. Changes in 0.97:
  176.  
  177. * Installation/configuration
  178.  
  179.   - New Windows installer
  180.  
  181.   - More options in the configure script on Unix
  182.  
  183. * User interface:
  184.  
  185.   - Fixed Effects menu bug that would freeze if some but
  186.     not all tracks were selected.
  187.  
  188.   - Added Noise Removal effect (Dominic)
  189.  
  190.   - Improved click-drag zoom.
  191.  
  192.   - Support drag-and-drop to import audio files (Windows only)
  193.  
  194.   - Improved Export file dialog (asks about strange extensions)
  195.  
  196.   - Other bug fixes
  197.  
  198. * MacOS:
  199.  
  200.   - Fixed autoscrolling bug (would sometimes appear if you
  201.     release the cursor outside the window while selecting).
  202.  
  203. * Unix:
  204.  
  205.   - Fixed Amplify bug (would sometimes freeze trying to
  206.     open the dialog).
  207.  
  208. Changes in 0.96:
  209.  
  210. * General User Interface:
  211.  
  212.   - Added mute/solo buttons
  213.  
  214. * Importing Audio:
  215.  
  216.   - Fixed regression bug in 0.95 which caused stereo files to be imported as
  217.     two mono tracks
  218.     
  219.   - Imports MP3 ID3 tags
  220.  
  221. * Exporting Audio:
  222.  
  223.   - Exporting MP3 now works, if the appropriate version of the LAME DLL is
  224.     installed (Joshua)
  225.   
  226.   - Allows editing of MP3 ID3 tags with export.
  227.  
  228. * Preferences:
  229.  
  230.   - Added Audio I/O selectors on Mac (Dominic) and Windows (Joshua)
  231.  
  232. * Effects:
  233.  
  234.   - Added progress dialog support to all effects (which also allows
  235.     effects to be cancelled)
  236.   
  237.   - Added support for stereo effects and effects that add or
  238.     remove tracks, or require multiple passes.
  239.   
  240.   - Improved Amplify effect and fixed all known bugs (Dominic)
  241.   
  242.   - Improved Bass Boost effect
  243.   
  244.   - Added Filter effect (Dominic)
  245.   
  246.   - Added Phaser effect (Paul)
  247.   
  248.   - Added Wahwah effect (Paul)
  249.  
  250. Changes in 0.95:
  251.  
  252. * Installation/Compilation:
  253.  
  254.   - Improved configure script on unix systems (Joshua)
  255.  
  256. * General User Interface:
  257.  
  258.   - Menu items are now disabled when unavailable
  259.  
  260.   - Online help added (Dominic and Logan)
  261.  
  262. * Importing Audio:
  263.  
  264.   - Lazy import added, speeding up importing of PCM files by 2x
  265.  
  266.   - Added support for the Free libmpeg3 library on unix 
  267.     to replace the proprietary xaudio (Joshua)
  268.  
  269.   - Importing MP3 and Ogg Vorbis files is now handled automatically
  270.     by the Open and Import commands.
  271.  
  272.   - Fixed the Import Raw Data feature, so now you can
  273.     import files of almost any arbitrary format (as long
  274.     as it's uncompressed).
  275.  
  276. * Main window:
  277.  
  278.   - New track labels with a single integrated pop-up menu
  279.     to handle all track options
  280.  
  281.   - Vertical ruler added, along with preliminary support for
  282.     vertical zooming
  283.  
  284.   - Stereo tracks can be linked together so changes affect
  285.     both tracks
  286.  
  287.   - Point-sample display takes over when you zoom very far in
  288.  
  289.   - Two new wave displays: a dB (logarithmic) wave display and
  290.     a spectral pitch display (using enhanced autocorrelation)
  291.  
  292. * Preferences:
  293.  
  294.   - New spectral display preferences
  295.  
  296.   - Temp directory can be set in preferences
  297.  
  298. * Frequency display:
  299.  
  300.   - Many new frequency window enhancements, including support for
  301.     cepstrum, autocorrelation, and enhanced autocorrelation.
  302.  
  303. * Envelope editor:
  304.  
  305.   - Envelopes are now interpolated using decibels, making
  306.     cross-fades sound much better
  307.  
  308. * Effects:
  309.  
  310.   - Fixed a bug that caused incompatibility with many VST plug-ins.
  311.  
  312.   - Added Maximize Amplitude effect
  313.  
  314.   - Added Bass Boost effect (Paul)
  315.  
  316. * Other:
  317.  
  318.   - Improved memory management over long Undo histories
  319.  
  320.   - Many more bug fixes
  321.  
  322. Changes in 0.94:
  323.  
  324. * Preferences dialog (Joshua Haberman)
  325.  
  326. * OGG Vorbis import (Joshua Haberman)
  327.  
  328. * Silence, Insert Silence commands
  329.  
  330. * Split and Duplicate commands
  331.  
  332. * Mac OS X support
  333.  
  334. * Supports recording on Mac OS 8 and 9
  335.  
  336. * Many bug fixes
  337.  
  338. Changes in 0.93:
  339.  
  340. * Displays playback/recording position indicator
  341.  
  342. * Keeps track of some preferences
  343.  
  344. * Supports arbitrary project sample rate
  345.  
  346. * Mac: opens documents from the Finder
  347.  
  348. * Floating tool palette is now dockable
  349.   (and docked by default)
  350.  
  351. * Fixed bugs in handling multiple open projects
  352.  
  353. * Supports recording (Windows, Linux)
  354.  
  355. * Frequency Window displays note names (i.e. C4, G#5)
  356.  
  357. * Many bug fixes for effects, including VST plug-in effects
  358.  
  359. Changes in 0.92:
  360.  
  361. * Added Frequency Plot window and improved Spectrum display
  362.  
  363. * Fixed bug in File:Open when the file to be opened was
  364.   actually a large WAV file
  365.  
  366. Changes in 0.91:
  367.  
  368. * Uses xaudio library to import mp3 files
  369.  
  370. * Zoom menu
  371.  
  372. Changes in 0.9:
  373.  
  374. * New floating tool palette with four tools (selection,
  375.   sliding, zooming, and envelope editing) plus play and
  376.   stop buttons
  377.  
  378. * Playback now mixes tracks, and you can work with the
  379.   document while listening.  The stop button works.
  380.  
  381. * Rewritten file handling functions.  The main view
  382.   is no longer dependent on the wxWindows DocView
  383.   classes, so we can handle files ourselves.  The
  384.   project file format is now text-based for easy
  385.   debugging.  Eventually it will probably move to XML.
  386.  
  387. * Improved handling of wave tracks: as before, the data
  388.   is stored in blocks, but now, the blocks are correctly
  389.   limited to betweek n and 2n bytes each (for some n),
  390.   which guarantees editing operations always take the
  391.   same amount of time, while also ensuring that projects
  392.   don't get more fragmented over time.
  393.  
  394. * Rewritten user interface code.  The shades of gray
  395.   are taken from the OS, and the project window has been
  396.   redesigned to have more consistent layout across all
  397.   platforms.
  398.  
  399. * Selecting "Open" now does the smart thing, opening a
  400.   project if you give it a project, or importing a WAV
  401.   file if you give it that.
  402.  
  403. * Flashing cursor indicates the current editing position
  404.  
  405. * Much improved ruler - besides looking nicer, the ruler
  406.   now displays the selection and the cursor.
  407.  
  408. * The zoom tool centers on the cursor so you can zoom
  409.   into wherever you are.
  410.  
  411.